Scheduled Webinar - Delete a scheduled webinar
This API deletes a scheduled webinar using the meetingId returned when the webinar was created
Header Parameters
The content type should be application/json
You need an app created on the JioEvents Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Platform.
Request Body
The meeting id that can be used to update, delete or fetch this webinar
Should be 'current' to delete current webinar
- 200
- 400
- 401
- 412
Success
Schema
Indicates whether webinar is DELETED or NOT_DELETED
{
"status": "DELETED"
}
Example delete scheduled webinar response
{
"status": "DELETED"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string",
"errors": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string",
"errorsArray": [
null
]
}